-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mgr/dashboard: bump @angular/forms from 15.2.9 to 19.1.4 in /src/pybind/mgr/dashboard/frontend #222
mgr/dashboard: bump @angular/forms from 15.2.9 to 19.1.4 in /src/pybind/mgr/dashboard/frontend #222
Conversation
modified: `qa/workunits/mon/test_noautoscale_flag.sh` `qa/workunits/cephtool/test.sh` adding test coverage to files mentioned above Fixes: https://tracker.ceph.com/issues/61922 Signed-off-by: Kamoltat <[email protected]>
For storing classes/functions related to gathering information about the hosts such as disk enclosures and networks Signed-off-by: Adam King <[email protected]>
Signed-off-by: Adam King <[email protected]>
cephadm: create host_facts.py in cephadmlib Reviewed-by: John Mulligan <[email protected]>
mgr/cephadm: add ability to zap OSDs' devices while draining host Reviewed-by: John Mulligan <[email protected]> Reviewed-by: Redouane Kachach <[email protected]>
Signed-off-by: Adam King <[email protected]>
I wanted to modify this function slightly to try to make both black and flake8 happy with it, so adding a unit test to make sure I don't break it. Signed-off-by: Adam King <[email protected]>
There was a conflict here between what black and flake8 were okay with. After running format-black flake8 would report cephadmlib/net_utils.py:211:29: E203 whitespace before ':' cephadmlib/net_utils.py:259:25: E203 whitespace before ':' cephadmlib/net_utils.py:272:27: E203 whitespace before ':' but removing the whitespace before the ":" would cause black to complain. For parse_mon_ip and parse_mon_addrv, it was doing array slicing with a start of "0" so I believe we can just remove the start point without affecting anything (since "0" is just the beginning of the string anyway). For get_ipv6_address it had to actually be altered in a way that had the potential to be done incorrectly, so I added a unit test for it in a previous commit in order to make sure we maintain the behavior. Signed-off-by: Adam King <[email protected]>
The way the daemon ls data was processed was changed in ceph/ceph@1fd4132 and it seems that commit removed a line that set the last_refresh field. This commit just adds it back in the new location after the change. Without this in "ceph orch ps" the REFRESHED column for every daemon just reports "-" Fixes: https://tracker.ceph.com/issues/62954 Signed-off-by: Adam King <[email protected]>
This is a weird function to make a unit test for since it's essentially just moving data from a list of dicts into a list of DaemonDescriptions, but wanted to have some coverage to lower the chance of breaking something again. Signed-off-by: Adam King <[email protected]>
pybind/mgr/pg_autoscaler: noautoscale flag retains individual pool configs Reviewed-by: Kamoltat Sirivadhna <[email protected]>
"remap_offset" when remapping the "back" half of the original pin Signed-off-by: Xuehan Xu <[email protected]>
possible Signed-off-by: Xuehan Xu <[email protected]>
Edit the front matter of the "Smart Daemons Enable Hyperscale" section of doc/architecture.rst. Co-authored-by: Anthony D'Atri <[email protected]> Signed-off-by: Zac Dover <[email protected]>
…re-10-of-x doc/architecture: edit "SDEH" Reviewed-by: Anthony D'Atri <[email protected]>
When submitting a journal log entry it could start a new segment and it could advance the stray CInodes, which has been released just before it. Just skip advancing the stray dentries when MDS is shutting down. Reported-by: Patrick Donnelly <[email protected]> Fixes: commit 5a53747("mds: introduce ELid event to create/close log") Fixes: https://tracker.ceph.com/issues/62861 Signed-off-by: Xiubo Li <[email protected]>
…ding crimson/os/seastore/cache: don't add EXIST_CLEAN extents to lru Reviewed-by: Yingxin Cheng <[email protected]>
…ediate_key crimson/os/seastore/transaction_manager: move intermediate_key by "remap_offset" when remapping the "back" half of the original pin Reviewed-by: Yingxin Cheng <[email protected]> Reviewed-by: Chunmei Liu <[email protected]>
When the OSD preboots it sends a MMonGetPurgedSnaps message to the monitor (`_get_purged_snaps`). The monitor will reply with all the purged snapshots that their purged_epoch_ is in the range of superblock.purged_snaps_last + 1 up to the last superblock.current_epoch + 1. When the OSD will handle the reply from the mon (`handle_get_purged_snaps_reply`) it will call `record_purged_snaps` to write those purged snapshots in the OSD store as well (PSN_ keys). Once purged_snaps_last is reset, in the following OSD reboot, the snapshots that were marked as purged (purged_snaps_ keys) in the mon's store will be also marked, correspondingly, in the OSD store. That way `scrub_purged_snaps` will be able to re-trim the snapshots that weren't marked as purged in the OSD side (for some reason) Fixes: https://tracker.ceph.com/issues/62981 Signed-off-by: Matan Breizman <[email protected]>
Exporter missed adding the `ceph_daemon` or `instance_id` labels(in case if rgw metrics) to the new labeled performance counters. Fixes: https://tracker.ceph.com/issues/62874 Signed-off-by: avanthakkar <[email protected]>
Set of scraper improvements
pybind/mgr/pg_autoscaler: fix warn when not too few pgs Reviewed-by: Laura Flores <[email protected]>
Use the `configureTestBed` as the placeholder for adding the declarations, imports... that is required for the unit tests to run Fixes: https://tracker.ceph.com/issues/62844 Signed-off-by: Nizamudeen A <[email protected]>
Looks like chrome 117 will need cypress >=12.15.0 cypress-io/cypress-documentation#5479 Signed-off-by: Nizamudeen A <[email protected]>
osd: chunked type manifest object not to be promoted
client: append to buffer list to save all result from wildcard command
mon/ConfigMonitor: Show localized name in "config dump --format json" output
msg/AsyncMessenger: re-evaluate the stop condition when woken up in 'wait()'
os/bluestore: add some slow count for bluestore
tools, rgw/test: add std:: qualifiers to 'move' Reviewed-by: Yuval Lifshitz <[email protected]>
…last osd/OSD: introduce reset_purged_snaps_last Reviewed-by: Samuel Just <[email protected]> Reviewed-by: Ilya Dryomov <[email protected]> Reviewed-by: Radoslaw Zarzynski <[email protected]>
rgw: fix http error checks in keystone/barbican/vault clients Reviewed-by: Daniel Gryniewicz <[email protected]>
Add a link to the Ceph Slack to doc/start/get-involved.rst. Signed-off-by: Zac Dover <[email protected]>
qa/tasks/workunit: improve assert on client names
…involved-slack doc/start: add Slack to get-involved Reviewed-by: Laura Flores <[email protected]> Reviewed-by: Anthony D'Atri <[email protected]>
Edit doc/rados/troubleshooting/troubleshooting-osd. Co-authored-by: Anthony D'Atri <[email protected]> Signed-off-by: Zac Dover <[email protected]>
…bleshooting-troubleshooting-osd-1-of-x doc/rados: edit troubleshooting-osd (1 of x) Reviewed-by: Anthony D'Atri <[email protected]>
crimson/os/seastore: return ghobject_t::max as the end when list_objects reaches the end of the listing Reviewed-by: Yingxin Cheng <[email protected]> Reviewed-by: Chunmei Liu <[email protected]>
Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) from 15.2.9 to 19.1.4. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/19.1.4/packages/forms) --- updated-dependencies: - dependency-name: "@angular/forms" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @angular/forms from 15.2.9 to 19.1.4.
Release notes
Sourced from
@angular/forms
's releases.... (truncated)
Changelog
Sourced from
@angular/forms
's changelog.... (truncated)
Commits
f8b8a3e
refactor(forms): wrap_checkParentType
withngDevMode
(#59489)3e7ba3d
docs: set syntax highlighting to the remaining Markdown code examples blocks ...13a51b6
refactor(forms): dropCALL_SET_DISABLED_STATE
name in production (#59430)b8b6c8c
refactor(docs-infra): convert code-example-s that have only region param to @...0513fbc
docs: set syntax highlighting of code examples MD code blocks (#59026)cebf255
refactor(forms): work around another TypeScript 5.7 issue (#58782)4a18dc0
fix(forms): work around TypeScript 5.7 issue (#58731)7de7c52
build: remove usages ofuseDefineForClassFields: false
(#58297)1f45338
Revert "fix(forms): fix FormRecord type inference (#50750)" (#58315)79d9be3
Revert "feat(forms): add ability to clear a FormRecord (#50750)" (#58315)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)